home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
multcxprefsv2.14.lha
/
MCXP214
/
Install_MUI_MCX_Prefs
next >
Wrap
Text File
|
1995-12-18
|
908b
|
55 lines
; Installation script for MUI_MCX_Prefs
(transcript "Installing MUI_MCX_Prefs...")
(set name
(askdir
(prompt "Where shall i install MUI_MultiCX_Prefs?")
(help @askdir-help)
(default "SYS:Prefs")
)
)
(copyfiles
(source "MUI_MCX_Prefs")
(infos)
(dest name)
)
(set def-lang 0)
(set lang
(askoptions
(prompt "Which languages You wish to install ?")
(help @askoptions-help)
(choices "Deutsch")
(default def-lang)
))
(set n 0)
(while (set language (select n "deutsch" "" ) )
(
(if (IN lang n)
(copyfiles
(source (cat "locale/" language ".catalog" ))
(dest (cat "LOCALE:catalogs/" language ))
(newname "mcxp.catalog")
)
)
(set n (+ n 1))
))
(copylib
(prompt "Install WBStart-Handler.")
(help @copylib-help)
(source "l/WBStart-Handler")
(dest "l:")
(confirm)
)
(set @default-dest name)
(exit)